home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / POV-Ray 3.0.2 / Scenes / DOCSDEMO / FOG4.POV < prev    next >
Encoding:
Text File  |  1997-01-20  |  204 b   |  15 lines  |  [TEXT/POV3]

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "fog.inc"
  7.  
  8. fog { 
  9.   distance 150 
  10.   colour rgbf<0.3, 0.5, 0.2, 1.0> 
  11.   turbulence 0.2
  12.   turb_depth 0.3
  13. }
  14.  
  15.